Skip to main content

All Questions

4votes
3answers
224views

Get the contents of a table cell for all selected rows

I have a table of user info. When you click the button, I want to get the email address from each selected row, output into a comma-separated string. I got it to work with the following code, but I'm ...
LBF's user avatar
  • 143
3votes
4answers
163views

Simplify form validation with function

In jQuery, I have been reluctant to create a better form validation, and I feel the time has come for me to do so. With that said, I have been using this particular type of form validation, and I ...
John Beasley's user avatar
3votes
1answer
90views

Stock performance app

I'm building an app that tells you a stock's percentage change in price between two dates by using Yahoo's API. Given a stock ticker and two dates, it currently outputs the percentage return to the ...
Jackmc1047's user avatar
0votes
1answer
443views

Functional Javascript Practice with AJAX

I am currently doing projects in freecodecamp.com to brush up on my javascript skills and just finished a weather report widget. It does the following: Gets api ...
Alejandro Gomez's user avatar
4votes
1answer
2kviews

RxJS Subscription Service in Webworker

Here is a plunker of my working demo. I have the following code which I have created for a subscription service for data through a webworker. I was wondering if I was following functional-reactive ...
John's user avatar
  • 384
1vote
1answer
673views

Jquery Geocoding Script

The rules for this script are simple: If geocode is hit, then just geocode If geocode and submit is hit, then geocode and then submit If an autosuggest link is hit, then geocode instantly In this case,...
J.Zil's user avatar
12votes
1answer
1kviews

Responsive/adaptive website code

I have all these functions that work together to create functionality on a page. Is the structure of these functions OK? Can I do anything to speed this up or make my code better? I'm not exactly ...
HandiworkNYC.com's user avatar

close